Integrated DataMgr
Yesterday I've spend less than one hour refactoring the code in the core CFC. I integrated DataMgr to handle all the boring SQL insert, update and delete. The end results are:
- The code went from 700 lines to 450.
- Porting the application to Oracle, PostgreSQL, Apache Derby or MS Access is now going to be only a matter of having a the proper database schema and DDL available
